From: Felix Fietkau Date: Fri, 4 Sep 2009 23:22:37 +0000 (+0200) Subject: fix a typo X-Git-Url: http://git.openwrt.org/%22http:/oss.oetiker.ch/rrdtool//%22/%22http:/oss.oetiker.ch/rrdtool/%22?a=commitdiff_plain;h=0a115f989a9eeef8505c0f5dab4ac6a5a6c0af34;p=project%2Fuci.git fix a typo --- diff --git a/ucimap-example.c b/ucimap-example.c index 1b2f601..d433f61 100644 --- a/ucimap-example.c +++ b/ucimap-example.c @@ -63,7 +63,7 @@ network_parse_ip(void *section, struct uci_optmap *om, union ucimap_data *data, } static int -network_format_ip(void *sction, struct uci_optmap *om, union ucimap_data *data, char **str) +network_format_ip(void *section, struct uci_optmap *om, union ucimap_data *data, char **str) { static char buf[16]; unsigned char *ip = (unsigned char *) data->data[0];